home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / bbs / WWBBS_shellStr.lha / WWBBS / s / WWBBSShell-Startup < prev    next >
Text File  |  1995-05-14  |  2KB  |  48 lines

  1. ; $VER: WWBBSShell-Startup 1 (25.4.95)
  2. ;
  3. ; startup script for WWBBSShell with multiuser.
  4. ;
  5.  
  6.  
  7. setenv maxbbshell 5 ; change this like you want
  8.  
  9. if exists "env:bbshell"
  10.    if $bbshell ge $maxbbshell
  11.       echo "                                                      "
  12.       echo "  There are currently too many users using the shell  "
  13.       echo "  The current bbs shell user limit is $maxbbshell .             "
  14.       echo "                    Try later                         "
  15.       echo "                                                      "
  16.       endcli
  17.    else
  18.       setenv bbshell `eval $bbshell + 1`
  19.    endif
  20. else
  21.    setenv bbshell 1
  22. endif
  23.  
  24. Prompt "%N.%S> "
  25. Alias Clear "Echo *"*E[0;0H*E[J*" "
  26. Alias ftp "ncftp"
  27. Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities amitcp:bin
  28.  
  29. alias bye "execute wwbbs:s/wwbbsshell-stop"
  30. alias quit "execute wwbbs:s/wwbbsshell-stop"
  31. alias exit "execute wwbbs:s/wwbbsshell-stop"
  32. alias close "execute wwbbs:s/wwbbsshell-stop"
  33. alias endcli "execute wwbbs:s/wwbbsshell-stop"
  34. alias endshell "execute wwbbs:s/wwbbsshell-stop"
  35. alias help "type wwbbs:s/wwbbsshell-help"
  36. echo "Enter EXIT to exit to BBS."
  37. ;bbs is an user in group guest (multiuser/amitcp)
  38. echo "Enter bbs at login prompt."
  39. wait 2
  40. logout
  41. echo "                                                                "
  42. echo "     Hello BBS User. You are the user $bbshell (the limit is $maxbbshell ).      "
  43. echo "  This server is based on an Amiga 4ooo Ram 18Mo Disk 610 Mo.   "
  44. echo "          Illegal software found here are deleted.              "
  45. echo "                                                                "
  46.  
  47. hd1:communication/public
  48.